type runtime.mcache

22 uses

	runtime (current package)
		malloc.go#L996: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, checkGCTrigger bool) {
		malloc.go#L1456: func mallocgcSmallNoscanReuse(c *mcache, span *mspan, spc spanClass, size uintptr, needzero bool) unsafe.Pointer {
		malloc.go#L2044: func (c *mcache) nextReusableNoScan(s *mspan, spc spanClass) (gclinkptr, *mspan) {
		mcache.go#L20: type mcache struct {
		mcache.go#L97: func allocmcache() *mcache {
		mcache.go#L98: 	var c *mcache
		mcache.go#L101: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mcache.go#L119: func freemcache(c *mcache) {
		mcache.go#L139: func getMCache(mp *m) *mcache {
		mcache.go#L142: 	var c *mcache
		mcache.go#L160: func (c *mcache) refill(spc spanClass) {
		mcache.go#L242: func (c *mcache) allocLarge(size uintptr, noscan bool) *mspan {
		mcache.go#L290: func (c *mcache) releaseAll() {
		mcache.go#L350: func (c *mcache) prepareForSweep() {
		mcache.go#L373: func (c *mcache) addReusableNoscan(spc spanClass, ptr uintptr) {
		mcache.go#L386: func (c *mcache) hasReusableNoscan(spc spanClass) bool {
		mheap.go#L793: 	h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
		proc.go#L121: 	mcache0      *mcache
		runtime2.go#L780: 	mcache      *mcache
		stack.go#L279: func stackcacherefill(c *mcache, order uint8) {
		stack.go#L301: func stackcacherelease(c *mcache, order uint8) {
		stack.go#L320: func stackcache_clear(c *mcache) {